home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / source / frontends / cli / popt / Makefile
Makefile  |  2001-07-01  |  8KB  |  310 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ../../..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. AWK = gawk
  64. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  66. CXX = 
  67. DLLTOOL = @DLLTOOL@
  68. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  69. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  70. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  71. LN_S = ln -s
  72. MAINT = #
  73. MAKEINFO = makeinfo
  74. OBJDUMP = @OBJDUMP@
  75. PACKAGE = vcdimager
  76. PACKAGE_PIXMAPS_DIR = 
  77. POPT_LIBS = 
  78. RANLIB = ppc-amigaos-ranlib
  79. VERSION = 0.7.7
  80. XML2_CONFIG = no
  81. XML_CFLAGS = 
  82. XML_CONFIG = @XML_CONFIG@
  83. XML_LIBS = 
  84.  
  85. INCLUDES = -I$(srcdir)
  86.  
  87. noinst_LIBRARIES = libpopt.a
  88.  
  89. libpopt_a_SOURCES =      popt.c     findme.c     poptparse.c     poptconfig.c     popthelp.c     popt.h     findme.h     poptint.h
  90.  
  91. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  92. CONFIG_HEADER = ../../../config.h
  93. CONFIG_CLEAN_FILES = 
  94. LIBRARIES =  $(noinst_LIBRARIES)
  95.  
  96.  
  97. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../../..
  98. CPPFLAGS = 
  99. LDFLAGS = 
  100. LIBS =  -lm
  101. libpopt_a_LIBADD = 
  102. libpopt_a_OBJECTS =  popt.o findme.o poptparse.o poptconfig.o popthelp.o
  103. AR = ppc-amigaos-ar
  104. CFLAGS = -g -O2 -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings
  105. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  106. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  107. CCLD = $(CC)
  108. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  109. DIST_COMMON =  Makefile.am Makefile.in
  110.  
  111.  
  112. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  113.  
  114. TAR = gtar
  115. GZIP_ENV = --best
  116. SOURCES = $(libpopt_a_SOURCES)
  117. OBJECTS = $(libpopt_a_OBJECTS)
  118.  
  119. all: all-redirect
  120. .SUFFIXES:
  121. .SUFFIXES: .S .c .lo .o .s
  122. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  123.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/cli/popt/Makefile
  124.  
  125. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  126.     cd $(top_builddir) \
  127.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  128.  
  129.  
  130. mostlyclean-noinstLIBRARIES:
  131.  
  132. clean-noinstLIBRARIES:
  133.     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  134.  
  135. distclean-noinstLIBRARIES:
  136.  
  137. maintainer-clean-noinstLIBRARIES:
  138.  
  139. .c.o:
  140.     $(COMPILE) -c $<
  141.  
  142. .s.o:
  143.     $(COMPILE) -c $<
  144.  
  145. .S.o:
  146.     $(COMPILE) -c $<
  147.  
  148. mostlyclean-compile:
  149.     -rm -f *.o core *.core
  150.  
  151. clean-compile:
  152.  
  153. distclean-compile:
  154.     -rm -f *.tab.c
  155.  
  156. maintainer-clean-compile:
  157.  
  158. .c.lo:
  159.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  160.  
  161. .s.lo:
  162.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  163.  
  164. .S.lo:
  165.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  166.  
  167. mostlyclean-libtool:
  168.     -rm -f *.lo
  169.  
  170. clean-libtool:
  171.     -rm -rf .libs _libs
  172.  
  173. distclean-libtool:
  174.  
  175. maintainer-clean-libtool:
  176.  
  177. libpopt.a: $(libpopt_a_OBJECTS) $(libpopt_a_DEPENDENCIES)
  178.     -rm -f libpopt.a
  179.     $(AR) rcs libpopt.a $(libpopt_a_OBJECTS) $(libpopt_a_LIBADD)
  180.     $(RANLIB) libpopt.a
  181.  
  182. tags: TAGS
  183.  
  184. ID: $(HEADERS) $(SOURCES) $(LISP)
  185.     list='$(SOURCES) $(HEADERS)'; \
  186.     unique=`for i in $$list; do echo $$i; done | \
  187.       awk '    { files[$$0] = 1; } \
  188.            END { for (i in files) print i; }'`; \
  189.     here=`pwd` && cd $(srcdir) \
  190.       && mkid -f$$here/ID $$unique $(LISP)
  191.  
  192. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  193.     tags=; \
  194.     here=`pwd`; \
  195.     list='$(SOURCES) $(HEADERS)'; \
  196.     unique=`for i in $$list; do echo $$i; done | \
  197.       awk '    { files[$$0] = 1; } \
  198.            END { for (i in files) print i; }'`; \
  199.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  200.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  201.  
  202. mostlyclean-tags:
  203.  
  204. clean-tags:
  205.  
  206. distclean-tags:
  207.     -rm -f TAGS ID
  208.  
  209. maintainer-clean-tags:
  210.  
  211. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  212.  
  213. subdir = frontends/cli/popt
  214.  
  215. distdir: $(DISTFILES)
  216.     @for file in $(DISTFILES); do \
  217.       d=$(srcdir); \
  218.       if test -d $$d/$$file; then \
  219.         cp -pr $$d/$$file $(distdir)/$$file; \
  220.       else \
  221.         test -f $(distdir)/$$file \
  222.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  223.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  224.       fi; \
  225.     done
  226. findme.o: findme.c ../../../config.h findme.h
  227. popt.o: popt.c ../../../config.h findme.h popt.h poptint.h
  228. poptconfig.o: poptconfig.c ../../../config.h popt.h poptint.h
  229. popthelp.o: popthelp.c ../../../config.h popt.h poptint.h
  230. poptparse.o: poptparse.c ../../../config.h popt.h
  231.  
  232. info-am:
  233. info: info-am
  234. dvi-am:
  235. dvi: dvi-am
  236. check-am: all-am
  237. check: check-am
  238. installcheck-am:
  239. installcheck: installcheck-am
  240. install-exec-am:
  241. install-exec: install-exec-am
  242.  
  243. install-data-am:
  244. install-data: install-data-am
  245.  
  246. install-am: all-am
  247.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  248. install: install-am
  249. uninstall-am:
  250. uninstall: uninstall-am
  251. all-am: Makefile $(LIBRARIES)
  252. all-redirect: all-am
  253. install-strip:
  254.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  255. installdirs:
  256.  
  257.  
  258. mostlyclean-generic:
  259.  
  260. clean-generic:
  261.  
  262. distclean-generic:
  263.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  264.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  265.  
  266. maintainer-clean-generic:
  267. mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  268.         mostlyclean-libtool mostlyclean-tags \
  269.         mostlyclean-generic
  270.  
  271. mostlyclean: mostlyclean-am
  272.  
  273. clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
  274.         clean-generic mostlyclean-am
  275.  
  276. clean: clean-am
  277.  
  278. distclean-am:  distclean-noinstLIBRARIES distclean-compile \
  279.         distclean-libtool distclean-tags distclean-generic \
  280.         clean-am
  281.     -rm -f libtool
  282.  
  283. distclean: distclean-am
  284.  
  285. maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
  286.         maintainer-clean-compile maintainer-clean-libtool \
  287.         maintainer-clean-tags maintainer-clean-generic \
  288.         distclean-am
  289.     @echo "This command is intended for maintainers to use;"
  290.     @echo "it deletes files that may require special tools to rebuild."
  291.  
  292. maintainer-clean: maintainer-clean-am
  293.  
  294. .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  295. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  296. mostlyclean-compile distclean-compile clean-compile \
  297. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  298. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  299. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  300. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  301. install-exec install-data-am install-data install-am install \
  302. uninstall-am uninstall all-redirect all-am all installdirs \
  303. mostlyclean-generic distclean-generic clean-generic \
  304. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  305.  
  306.  
  307. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  308. # Otherwise a system limit (for SysV at least) may be exceeded.
  309. .NOEXPORT:
  310.